type runtime.fixalloc
13 uses
runtime (current package)
mfixalloc.go#L31: type fixalloc struct {
mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
mheap.go#L204: spanalloc fixalloc // allocator for span*
mheap.go#L205: cachealloc fixalloc // allocator for mcache*
mheap.go#L206: specialfinalizeralloc fixalloc // allocator for specialfinalizer*
mheap.go#L207: specialCleanupAlloc fixalloc // allocator for specialcleanup*
mheap.go#L208: specialprofilealloc fixalloc // allocator for specialprofile*
mheap.go#L209: specialReachableAlloc fixalloc // allocator for specialReachable
mheap.go#L210: specialPinCounterAlloc fixalloc // allocator for specialPinCounter
mheap.go#L211: specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
mheap.go#L213: arenaHintAlloc fixalloc // allocator for arenaHints